home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
xlisp2.arc
/
XLSTUB.C
< prev
next >
Wrap
Text File
|
1985-01-01
|
256b
|
8 lines
/* xlstub.c - stubs for replacing the 'xlobj' module */
#include "xlisp.h"
NODE *xloinit() {}
NODE *xlsend() { return (NULL); }
NODE *xlobsym() { return (NULL); }